home *** CD-ROM | disk | FTP | other *** search
/ Easy Fishing / Easy Fishing.iso / pc / catalog / quit.dir / 00022.ls < prev    next >
Encoding:
Text File  |  1996-12-18  |  93 b   |  10 lines

  1. on mouseDown
  2.   if hButtonAction01() then
  3.     mouseUp()
  4.   end if
  5. end
  6.  
  7. on mouseUp
  8.   quit()
  9. end
  10.